Welcome![Sign In][Sign Up]
Location:
Search - linux ftp

Search list

[Embeded LinuxftpClient

Description: 从busybox提取的ftp客户端程序,main函数是测试函数。用arm-linux-gcc ftpClient.c -o main编译后即可运行。-Busybox extracted from the ftp client program, main function is to test the function. Use arm-linux-gcc ftpClient.c-o main compiled to run.
Platform: | Size: 6144 | Author: 许永贤 | Hits:

[Internet-Networkftp_server_client

Description: 实现了linux下的客户端和服务器端,实验环境为redhat linux9.0-Achieved under the linux client and server, experimental environment for redhat linux9.0
Platform: | Size: 5120 | Author: gwc | Hits:

[Internet-NetworkFileZilla_3.1.5.1_i586-linux-gnu

Description: FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Windows, Linux, Mac OS X and more. FileZilla Server is a reliable FTP server for Windows. it is a Client App,and a linux gnu version. important:change EXT name to ".tar.bz2" -FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Windows, Linux, Mac OS X and more. FileZilla Server is a reliable FTP server for Windows.it is a Client App, and a linux gnu version . important: change EXT name to . tar.bz2
Platform: | Size: 4370432 | Author: 张真 | Hits:

[Ftp Clientclient_server

Description: linux下利用socket接口实现的FTP客户端和服务器端-linux using socket interface of the FTP client and server
Platform: | Size: 8192 | Author: jayshaw | Hits:

[Internet-Networkftp

Description: 简单的linux客户端命令行的,不需要界面,可以模式求恶欢等操作。-Simple linux command line client, and do not need to interface, you can enjoy, such as mode of operation for evil.
Platform: | Size: 6144 | Author: subhack | Hits:

[Ftp Clientclient

Description: ftp客户端,运行环境: Unix, Linux, FreeBSD-ftp client, operating environment: Unix, Linux, FreeBSD
Platform: | Size: 1378304 | Author: Michael | Hits:

[Ftp Serverserver

Description: ftp 服务端,运行环境:Unix,Linux,FreeBSD-ftp server, operating environment: Unix, Linux, FreeBSD
Platform: | Size: 16384 | Author: Michael | Hits:

[Internet-Networkftplib-3.1-1-linux

Description: linux下r的FTP源码,已经测试通过!-linux ftp
Platform: | Size: 102400 | Author: 张永旺 | Hits:

[Ftp Servercode

Description: linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理-FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communications, pipelines, soket programming, file I/O standard library function and system call, file rights management
Platform: | Size: 53248 | Author: yeliu | Hits:

[Internet-Networkftpd

Description: A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients: * 1. Windows XP s command line ftp client, * 2. IE 6.0, * 3. Redhat 9.0 s ftp client, * 4. CuteFTP 8, * I ll introduce more functions and improve its performance-A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients: * 1. Windows XP s command line ftp client, * 2. IE 6.0, * 3. Redhat 9.0 s ftp client, * 4. CuteFTP 8, * I ll introduce more functions and improve its performance
Platform: | Size: 7168 | Author: 陈绍辉 | Hits:

[Linux-Unixwlet

Description: linux 下 ftp 和 telnet 功能结合的一个服务器源码,可实现服务器端和客户端基本shell 命令,及上传下载文件功能,无需帐号认证 - 1 no count and no authentication , the shell running level result in who run the server in server side 2 basic ftp transferring functions as get files (g files ) and send files(s fname). 3 running common shells in client side(!cmd) and server side(cmd) 4 support multi-connections for multi-clients 5 Ctrl+C to break client and server shells 6 error return: the server side will print error message in /var/log/wasd.log, and the client side will print these to stderr
Platform: | Size: 8192 | Author: 虎成 | Hits:

[Embeded Linuxftpd_FTP_Telnet

Description: busybox-1.14.2+wu-ftpd-2.6.2实现FTP和Telnet移植详解 平台:Ubuntu8.10 交叉编译器:arm-linux-gcc 3.41 文件系统工具:busybox-1.14.2 ftp移植软件:wu-ftpd-2.6.2 相关软件: bison-1.35. netkit-base-0.17 移植目标:arm2440开发板-busybox-1.14.2+ wu-ftpd-2.6.2 realization explain FTP and Telnet platform transplantation: Ubuntu8.10 cross compiler: arm-linux-gcc 3.41 file system tools: busybox-1.14.2 ftp software transplantation: wu- ftpd-2.6.2 related software: bison-1.35. netkit-base-0.17 goals transplantation: arm2440 development board
Platform: | Size: 55296 | Author: 许宁 | Hits:

[Linux-Unixftp

Description: 在linux环境下用socket编程实现一个FTP,并支持以下命令: 1.?显示FTP的命令 2.pwd显示客户端的路径 3.dir列出客户端的文件信息 4.cd 改变客户端的路径 5.put 上传一个文件 6.get 下载一个文件 7.quit 结束,退出FTP -In the linux environment, with the socket programming an FTP, and supports the following commands: 1.? Show FTP commands 2.pwd shows the path of 3.dir client list client' s file information 4.cd to change the path of the client 5.put upload a file to download a file 7.quit end 6.get, exit FTP
Platform: | Size: 76800 | Author: fukker | Hits:

[Ftp ClientftpClient.c

Description: this a simple ftp client in c for linux-this is a simple ftp client in c for linux
Platform: | Size: 3072 | Author: Giovanni | Hits:

[Linux-UnixLinux--arm2440-ftp

Description: linux 与arm2440 之间的ftp程序 命令的处理(ls)命令,通过底层函数编程实现 不是直接调用系统函数。程序中包含输入输出重定向等操作。-linux and arm2440 between the ftp command processing program (ls) command, through the realization of the underlying functional programming is not directly call the system function. The program includes input and output redirection and other operations.
Platform: | Size: 33792 | Author: 肖健 | Hits:

[Linux-UnixLinuxbuildwrielessAPmeans

Description: 《Linux搭建无线AP全攻略》,Linux操作系统除了可以搭建诸如Web、FTP和Mail服务器之外,其对无线网络支持全面且到位,本教程地就教大家如何使用Linux搭建一个无线AP。-In addition to structures such as the Linux operating system, Web, FTP and Mail servers outside of their wireless network to support full and in place, this tutorial to teach you how to use Linux to build a wireless AP.
Platform: | Size: 302080 | Author: mys | Hits:

[Internet-Networkftpclient1

Description: C program for a FTP Client Done in Fedora 7(Linux) using Socket Programming
Platform: | Size: 1024 | Author: pagal | Hits:

[Internet-Networkftpserver1

Description: C program for a FTP server Done in Fedora 7(Linux) using Socket Programming
Platform: | Size: 1024 | Author: pagal | Hits:

[Linux-Unixlinuxserver

Description: LINUX服务器配置WORD电子文档,涵盖了DNS、APACHE、FTP、SSH等常用配置-LINUX server configuration WORD electronic documents, covering DNS, APACHE, FTP, SSH and other commonly used configuration
Platform: | Size: 39936 | Author: wangdafu | Hits:

[Internet-Networkftp

Description: 在Linux下c语言实现的基于TCP/IP的ftp文件传输程序,包含完整的源代码,分为客户端程序和服务器端程序-C language under the Linux-based TCP/IP, ftp file transfer program, including complete source code, divided into client and server-side program
Platform: | Size: 6144 | Author: yanyiliu | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 29 »

CodeBus www.codebus.net